home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / wb / WBExt21.lha / WBExtender.doc < prev    next >
Encoding:
Text File  |  1995-03-20  |  5.1 KB  |  120 lines

  1. WBExtender 2.1 (20.3.95) by Martin Berndt
  2. =========================================
  3.  
  4. This nifty little program replaces your WB Titlebar and the "About..."
  5. Requester with more useful information about your system.
  6. Simply place the program and icon in "SYS:WBStartup/".
  7.  
  8. This is how the Titlebar will look:
  9.  
  10. AmigaOS x.x xxx  x.xxx.xxx (xx%) Chip  x.xxx.xxx (xx%) Fast  T:xx  L:xx  S:xx
  11.         |   |    |                     |                       |     |     |
  12.         |   |    + free ChipMem        + free FastMem          |     |     |
  13.         |   |                                                  |     |     |
  14.         |   +----- ChipSet used (OCS, ECS or AGA)              |     |     |
  15.         |                                                      |     |     |
  16.         +--------- OS Version                                  |     |     |
  17.                                                                |     |     |
  18.                    Number of Tasks ----------------------------+     |     |
  19.                                                                      |     |
  20.                    Number of Libraries ------------------------------+     |
  21.                                                                            |
  22.                    Number of Screens --------------------------------------+
  23.  
  24. Attention!
  25. Workbench only refreshes display when amount of free memory has changed!
  26.  
  27.  
  28. And here's your new Workbench/About...
  29.  
  30.                       +---------------------------------------------+
  31. OS Version -------->  | Kickstart 40.70, Workbench 40.42            |
  32.                       |                                             |
  33. Copyright Message ->  | Copyright © 1985-1994 Commodore-Amiga, Inc. |
  34.                       | All Rights Reserved.                        |
  35.                       |                                             |
  36. CPU/FPU type ------>  | CPU: 68030, FPU: 68882                      |
  37. Cache Status ------>  | InstCache ON (Burst), DataCache ON (Burst)  |
  38.                       |                                             |
  39. Memory Status ----->  | Memory used: 16% of 18.348.960 Bytes        |
  40.                       | Largest free block: 10.242.192 Bytes        |
  41.                       +---------------------------------------------+
  42. Gadgets ----------->  |   OK              Reboot              Flush |
  43.                       +---------------------------------------------+
  44.  
  45. OK     : just leave Requester as before
  46. Flush  : flush all inactive libs, fonts etc.
  47. Reboot : reboots system, opens confirmation Requester first
  48.  
  49.                       +-----------------------------------+
  50.                       |       --- System Reboot ---       |
  51.                       |                                   |
  52.                       | Wait for disk activity to finish. |
  53.                       +-----------------------------------+
  54.                       |   OK                       Cancel |
  55.                       +-----------------------------------+
  56.  
  57.  
  58.  
  59. Requirements: AmigaOS 2.x
  60.  
  61. IMPORTANT: This should be the LAST patch on EasyRequestArgs!
  62.            Use it from startup-sequence after "LoadWB delay"
  63.            if neccesary and use a high STARTPRI for ARQ.
  64.  
  65.            This is how I start it:
  66.  
  67.            ...
  68.            c:LoadWB delay    ; open WB etc.
  69.            c:Wait 1          ; give WBStartup some time to load
  70.            c:WBExtender      ; start this wonderful program
  71.            EndCLI >NIL:
  72.  
  73. WARNING:   Some bad Programs which extend the Toolsmenu in an
  74.            illegal way (ToolsDaemon etc) do not work with
  75.            WBExtender, cause of multiple sanity checks.
  76.            You should prefer Toolmanager 2.1 anyway...
  77.  
  78.  
  79. History:
  80.  
  81. 1.3  - first public release
  82.  
  83. 1.4  - Memory detection bug fixed
  84.  
  85. 1.5  - removed stupid Enforcer hit in EasyRequestArgs
  86.  
  87. 1.6  - fixed OS 2.1 detection
  88.      - changed Forbid/Permit protocoll
  89.  
  90. 1.7  - fixed little "About" problem with OS 2.x
  91.  
  92. 1.8  - extended Memory display in "About"
  93.  
  94. 2.0  - WB Extender needs AmigaOS 3.x now!
  95.      - added "Flush" and "Reboot" to About Requester
  96.      - included German program version
  97.      - overall code cleanup
  98.  
  99. 2.01 - now works with 68000 CPU   ;-)
  100.  
  101. 2.1  - removed SER/PAR display
  102.      - added memory percentage in Titlebar
  103.      - works with OS 2.x again
  104.  
  105.  
  106.       +--------------------------------------------------------+
  107.       |      This program is placed in the PUBLIC DOMAIN!      |
  108.       |                                                        |
  109.       |          Send bug reports and suggestions to:          |
  110.       |                                                        |
  111.       |                     Martin Berndt                      |
  112.       |                  Fr.-Alfred-Str. 115                   |
  113.       |                     47226 Duisburg                     |
  114.       |                        Germany                         |
  115.       |                                                        |
  116.       |                           or                           |
  117.       |                                                        |
  118.       |                m_berndt@wanderer.gun.de                |
  119.       +--------------------------------------------------------+
  120.